home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000131_fdc@watsun.cc.columbia.edu_Fri May 11 17:02:28 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  53 lines

  1. Article: 12422 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
  3. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: kermit can send, but does not display incoming characters
  6. Date: 11 May 2001 21:02:19 GMT
  7. Organization: Columbia University
  8. Lines: 36
  9. Message-ID: <9dhk0r$80e$1@newsmaster.cc.columbia.edu>
  10. References: <3AFC4DC3.A85668E7@bivio.net>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 989614939 8206 128.59.39.2 (11 May 2001 21:02:19 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 11 May 2001 21:02:19 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12422
  16.  
  17. In article <3AFC4DC3.A85668E7@bivio.net>,
  18. Martin Lichtin  <lichtin@bivio.net> wrote:
  19. : I have two PCs connected with a null-modem cable.
  20. : On one PC, there's a getty process running, kermit on the other PC.
  21. : When I attach to the getty process (strace on Linux), I can
  22. : see how the proper characters are received from kermit and
  23. : also how it echoes the characters back over the line. So the cable
  24. : seems to be setup properly, the baud rate, etc match.
  25. : However, kermit does not display the characters coming in from the
  26. : getty side! Any ideas what the problem could be? The only setting I
  27. : have on the kermit side is "set carrier-watch off".
  28. : This is C-Kermit-7.0.197-7 under RH7.1.
  29. The fact that strace shows characters being echoed does not necessarily
  30. prove they are going out the port.  A few suggestions:
  31.  
  32.  . How do you know the getty PC's transmit speed is the same as
  33.    the Kermit PC's receive speed?  Use Kermit's SET SPEED command
  34.    to select the right speed.  If you don't know, try different ones.
  35.    If that doesn't help:
  36.  
  37.  . Make sure the cable is OK.  Maybe the wire that goes from the
  38.    getty PC's TxD to the Kermit PC's RxD is broken (or miswired).
  39.    If the cable is OK and the speed isn't the problem:
  40.  
  41.  . Tell Kermit to "show comm".  If it does not say that DSR and CTS
  42.    are both ON, maybe your Linux device driver is refusing to read
  43.    characters from the port.
  44.  
  45.  . Finally, ability to send characters but not receive them on a PC is
  46.    a classic symptom of an interrupt conflict.
  47.  
  48. - Frank
  49.